home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / support / bitbucket.sit / Bitbucket 1.0 / Scripts / Fetch URLs w_OpenURL 1.0.rsrc / TEXT_1128.txt < prev    next >
Encoding:
Text File  |  1997-06-30  |  1.6 KB  |  26 lines

  1. Read this Then hit ΓÇ£QuitΓÇ¥
  2.  
  3. ΓÇ£Fetch URLs w/OpenURLΓÇ¥ opens bookmark ('URL ') or favorite ('LINK') files in the ΓÇ£FetchΓÇ¥ folder inside of the ΓÇ£BitbucketΓÇ¥ folder. If all goes well, it should open the files in the ΓÇ£DailyΓÇ¥ folder and the files in the folder named for the current day of the week.
  4.  
  5. You can add files for Bitbucket to downlosd by dragging icons from your ΓÇ£BookmarksΓÇ¥ window in Netscape (or your ΓÇ£FavoritesΓÇ¥ window if you use Internet Explorer) to the Finder. Name the file whatever you want the Doc file to be named in your Pilot. Bitbucket does the rest.
  6.  
  7. This script should work with any browser that supports the ΓÇ£OpenURL to file specΓÇ¥ apple event.
  8.  
  9.     OpenURL  string  -- URL
  10.         [to  'FSS ']  -- file destination
  11.  
  12. This version has been tested pretty heavily with Netscape 4.0 and Internet Explorer 3.0. Earlier versions of this script have been used with Internet Explorer 2.0 and 2.1 and Netscape 2.0 and 3.0. 
  13.  
  14. Note: Earlier versions of Netscape (<4.0) arenΓÇÖt very happy (read may crash) with having OpenURL events thrown at them this quickly.
  15.  
  16. To configure ΓÇ£Fetch URLs w/OpenURLΓÇ¥ to use a different browser, select ΓÇ£Edit ScriptΓÇ¥ from the ΓÇ£EditΓÇ¥ menu. You can then change the two browser references to your browser. The reference line should look much like this:
  17.  
  18. tell application "Netscape"
  19.  
  20. The colors and fonts may differ. Change the application name in quotes to the name of your browser. When you save, Script Editor will have you locate your browser.
  21.  
  22.  Fetch URLs w/OpenURL v1.0
  23. ┬⌐1997 rusty kay
  24. released as freeware
  25. the macos pilot page: 
  26. http://www.geocities.com/Eureka/1943/macospilot.html